# 0 - Pre-War Tactical Bomber (Do-17E)
model = {
	cost 						= 8
	buildtime					= 150
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 350
	surfacedetectioncapability	= 1
	airdetectioncapability		= 0
	surfacedefence				= 3
	airdefence					= 1
	airattack					= 1
	strategicattack				= 1
	tacticalattack				= 3
	navalattack					= 1
	range						= 650
	supplyconsumption 			= 2
	fuelconsumption				= 3
}
# 1 - Basic Tactical Bomber (Do-17Z)
model = {
	cost 						= 10 # +2
	buildtime					= 150
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 430
	surfacedetectioncapability	= 1
	airdetectioncapability		= 1
	surfacedefence				= 4
	airdefence					= 3
	airattack					= 2
	strategicattack				= 1
	tacticalattack				= 4
	navalattack					= 1
	range						= 1050 # -20%
	supplyconsumption 			= 2
	fuelconsumption				= 3.1
}
# 2 - Improved Tactical Bomber (Ju-88A-4)
model = {
	cost 						= 12 # +2
	buildtime					= 150
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 470
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 6
	airdefence					= 6
	airattack					= 2
	strategicattack				= 2
	tacticalattack				= 7
	navalattack					= 1
	range						= 1750 # -20%
	supplyconsumption 			= 2.3
	fuelconsumption				= 3.2
}

# 3 - Advanced Tactical Bomber (A-26 Invader)
model = {
	cost 						= 15 # +2
	buildtime					= 150
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 570
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 10
	airdefence					= 11
	airattack					= 3
	strategicattack				= 2
	tacticalattack				= 8
	navalattack					= 2
	range						= 2550 # -20%
	supplyconsumption 			= 2.5
	fuelconsumption				= 3.5
}
# 4 - Semi-Modern Tactical Turbojet Bomber (Ar-234B)
model = {
	cost 						= 22 # +2
	buildtime					= 150
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 740
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 12
	airdefence					= 15
	airattack					= 5
	strategicattack				= 2
	tacticalattack				= 11
	navalattack					= 2
	range						= 1300 # -20%
	supplyconsumption 			= 3
	fuelconsumption				= 4
}
